home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / pdevtest / tests / Doit.w < prev    next >
Encoding:
Text File  |  1988-06-17  |  165 b   |  10 lines

  1. #!/sprite/cmds/csh -f
  2.  
  3. echo "$1 Bytes"
  4. foreach rep (1 2 3 4 5)
  5.     pdevtest.new -M 1 >& /dev/null &
  6.     sleep 1
  7.     pdevtest.new -S -n 1000 -w -d $1
  8.     sleep 2
  9. end
  10.